home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / L02a.swf / scripts / frame_590 / PlaceObject2_55_RadioButton_27 / CLIPACTIONRECORD on(construct).as
Text File  |  2007-12-30  |  144b  |  8 lines

  1. on(construct){
  2.    data = "";
  3.    groupName = "radioGroup";
  4.    label = "Radio Button";
  5.    labelPlacement = "right";
  6.    selected = false;
  7. }
  8.